home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / vbcc / Examples / mixedbinary / print_ppc.c < prev    next >
C/C++ Source or Header  |  1998-08-02  |  65b  |  7 lines

  1. #include <proto/dos.h>
  2.  
  3. void print_ppc(char *s)
  4. {
  5.   Printf(s);
  6. }
  7.